home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-19 | 365 b | 9 lines | [TEXT/MMCC] |
- void main(void);
- void EventLoop(void);
- Boolean HandleSingleEvent(Boolean allowContextSwitching);
- short GetTheModifiers(void);
- void DispatchEvents(EventRecord theEvent, Boolean allowContextSwitching);
- void HandleMouseUp(EventRecord theEvent);
- void HandleMouseDown(EventRecord theEvent, Boolean allowContextSwitching);
- void ShutDownEnvironment(Boolean fullShutdown);
-